home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-19 / lokdwg2.zip / LOCKDWG.DOC < prev    next >
Text File  |  1991-05-02  |  6KB  |  126 lines

  1.  
  2.                                                        05-02-91
  3.  
  4.  
  5.               LOCKDWG VER 1.5 (replaces buggy VER 1.2)
  6.                (c) COPYRIGHT CADD Masters 1990, 1991
  7.                        ALL RIGHTS RESERVED
  8.                      
  9.    This software is distributed as shareware.  This means it is NOT free.
  10.    This means that you must register your copy of LOCKDWG with CADD Masters
  11.    after a 10 day trial period if you find LOCKDWG useful and you wish to
  12.    continue using it.  The registration process is painless and will cost
  13.    you only $15.00.  That's a small price to pay knowing that your time
  14.    and efforts spent creating your drawings will be protected from
  15.    unauthorized alterations.  You will also get free updates and exciting
  16.    news about our other CADD products.
  17.  
  18.    If you wish to register your copy then please just drop us a note with
  19.    your name, company name, address and a check or money order for $15.00
  20.    and we'll send you a diskette with LOCKDWG on it and a printed manual,
  21.    all with your own personal serial number.
  22.  
  23.    CADD Masters  5682 Oakmont Circle  Livermore, CA  94550  415-443-6980
  24.  
  25.        DISCLAIMER:
  26.  
  27.  
  28.        CADD Masters makes no warranty of any kind, express or implied,
  29.        including without limitation, any warranties of merchantability
  30.        and or fitness for a particular purpose.  CADD Masters shall not
  31.        be liable for any damages, whether direct, indirect, special or
  32.        consequential arising from a failure of this program to operate
  33.        in the manner desired by the user.  CADD Masters shall not be
  34.        liable for any damage to data or property which may be caused
  35.        directly or indirectly by use of this program.
  36.  
  37.        IN NO EVENT WILL CADD Masters BE LIABLE TO YOU FOR ANY DAMAGES,
  38.        INCLUDING ANY LOST PROFITS, LOST SAVINGS OR OTHER INCIDENTAL OR
  39.        CONSEQUENTIAL DAMAGES ARISING OUT OF YOUR USE OR INABILITY TO USE
  40.        THIS PROGRAM, OR FOR ANY CLAIM BY ANY OTHER PARTY FOR THESE OR ANY
  41.        OTHER REASONS.
  42.  
  43.        PACKING LIST:
  44.        
  45.            1.  LOKDWG.ZIP containing:
  46.            
  47.                A.  LOCKDWG.EXE (executable file)
  48.                B.  LOCKDWG.DOC (this file)
  49.  
  50.    I.  INTRODUCTION
  51.    
  52.        LOCKDWG is an ACAD utility intended to be used for the purpose
  53.        of making it difficult for those who wish to alter an ACAD drawing
  54.        file.  LOCKDWG does exactly what it sounds like - it locks an ACAD
  55.        drawing.  Why lock a drawing?  If you have ever had your drawing
  56.        changed by someone when you did not want it to be changed you are
  57.        among the many of us who have been waiting for this little gem.
  58.        LOCKDWG is of course not 100% tamperproof, nor is your ACAD drawing,
  59.        but LOCKDWG can make it very difficult for those who want to make
  60.        drawing changes without prior approval.  
  61.        
  62.  
  63.                                        1
  64.  
  65.  
  66.  
  67.        Here's how LOCKDWG works:
  68.        
  69.        First, LOCKDWG does not lock your original, it locks a copy of your
  70.        original.  A new drawing is created by LOCKDWG which contains a
  71.        block of your original drawing with a 2 Z scale factor.  This
  72.        makes the block permanent, i.e. it can not be exploded.  Now, to
  73.        keep those creative minds busy the block name is removed from the
  74.        drawing database, so that the negative scaling can not be reversed.
  75.        That's all there is to it.  The recipient of the locked drawing can
  76.        not make any changes to your drawing and all your time and effort
  77.        is protected.
  78.        
  79.  II.  INSTALLATION:
  80.  
  81.        By now you have already unzipped the distribution copy, so we'll
  82.        move on.  LOCKDWG.EXE can be placed anywhere on your hard disk,
  83.        but you must set a DOS environment variable before using LOCKDWG.
  84.        A good way to accomplish this is to add the following line to
  85.        your AUTOEXEC.BAT file:
  86.        
  87.                        SET DWGLOCK=C:\ACAD
  88.                        
  89.        Here, the DOS environment variable DWGLOCK is given a value of
  90.        C:\ACAD, but you must substitute C:\ACAD for the actual path of
  91.        ACAD.EXE on your system.  If this is confusing or doesn't make
  92.        any sense to you then please consult your DOS manual or ask for
  93.        help from your computer guru.  Reboot your computer.  If you get
  94.        a DOS message stating:
  95.        
  96.                        Out of environment space
  97.                        
  98.        then you must increase the memory allocated to the DOS environment,
  99.        perhaps by placing the following line in your CONFIG.SYS file:
  100.        
  101.                        Shell=C:\Command.com /e:384 /P
  102.        
  103.        where, the value assigned with /e: is the number of bytes to allocate
  104.        for the environment.  The /P tells DOS to find your AUTOEXEC.BAT file
  105.        on the root directory of your boot disk and execute it.
  106.        
  107. III.  USAGE:
  108.   
  109.        At your friendly DOS prompt type in:
  110.        
  111.        LOCKDWG DRAWING1 DRAWING2 <enter>
  112.  
  113.        where:
  114.            DRAWING1 and DRAWING2 must be unique file names.
  115.            Please specify the path of these file names.  No
  116.            file extension is required, .DWG wil be assumed.
  117.            Please make sure you have:
  118.                                      SET DWGLOCK=ACAD_PATH
  119.            in your AUTOEXEC.BAT file.  Where ACAD_PATH is the
  120.            drive and directory specification for ACAD.EXE.
  121.  
  122.        LOCKDWG will create DRAWING2, a locked copy of DRAWING1.
  123.  
  124.  
  125.  
  126.                                    2